home *** CD-ROM | disk | FTP | other *** search
- // Next available MSG number is 36
- // MODULE_ID DDSELECT_DCL_
- /* Next available MSG number is 35 */
-
- //----------------------------------------------------------------------------
- //
- // DDSELECT.DCL Version 1.0
- //
- // Copyright (C) 1991, 1992, 1993, 1994 by Autodesk, Inc.
- //
- // Permission to use, copy, modify, and distribute this software
- // for any purpose and without fee is hereby granted, provided
- // that the above copyright notice appears in all copies and
- // that both that copyright notice and the limited warranty and
- // restricted rights notice below appear in all supporting
- // documentation.
- //
- // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
- // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
- // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
- // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
- // UNINTERRUPTED OR ERROR FREE.
- //
- // Use, duplication, or disclosure by the U.S. Government is subject to
- // restrictions set forth in FAR 52.227-19 (Commercial Computer
- // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- // (Rights in Technical Data and Computer Software), as applicable.
- //
- //.
- //----------------------------------------------------------------------------
-
- //dcl_settings : default_dcl_settings { audit_level = 3; }
-
- ddselect : dialog {
- label = "Parßmetros de designaci≤n de objetos";
- : boxed_column {
- label = "Modos de designaci≤n";
- : toggle {
- label = "Designaci≤n Nombre/Verbo";
- key = "pickfirst";
- mnemonic = "N";
- fixed_width = true;
- }
- : toggle {
- label = "Usar la tecla May·s para a±adir";
- key = "pickadd";
- mnemonic = "y";
- fixed_width = true;
- }
- : toggle {
- label = "Pulsar y arrastrar";
- key = "pickdrag";
- mnemonic = "P";
- fixed_width = true;
- }
- : toggle {
- label = "Ventana implφcita";
- key = "pickauto";
- mnemonic = "i";
- fixed_width = true;
- }
- : toggle {
- label = "Agrupar objetos";
- key = "grouping";
- mnemonic = "A";
- fixed_width = true;
- }
- : button {
- label = "Por defecto";
- key = "default_mode";
- fixed_width = true;
- mnemonic = "d";
- alignment = centered;
- }
- }
- : boxed_row {
- label = "Tama±o mira de designaci≤n";
- mnemonic = "T";
- spacer_0;
- : column {
- spacer_0;
- fixed_width = true;
- : text {
- label = "Mφn Mßx";
- alignment = centered;
- }
- : slider {
- key = "pickbox_slider";
- min_value = 0;
- max_value = 19;
- width = 20;
- height = 1;
- small_increment = 1;
- big_increment = 1;
- fixed_width = true;
- fixed_height = true;
- }
- spacer_0;
- }
- : image {
- key = "pickbox_image";
- aspect_ratio = 1;
- height = 4;
- width = 7;
- color = -2;
- }
- spacer_0;
- }
- : button {
- label = "MΘtodo para ordenar objetos...";
- key = "ent_sort";
- mnemonic = "M";
- fixed_width = true;
- alignment = centered;
- }
- ok_cancel_help;
- }
-
- sortents : dialog {
- label = "MΘtodo para ordenar objetos";
- : text {
- label = "Ordenar objetos para...";
- }
- : toggle {
- label = "Designaci≤n de objetos";
- key = "sort_obj_sel";
- mnemonic = "o";
- fixed_width = true;
- }
- : toggle {
- label = "Referencia a objetos";
- key = "sort_obj_snap";
- mnemonic = "f";
- fixed_width = true;
- }
- : toggle {
- label = "Redibujados";
- key = "sort_redraws";
- mnemonic = "R";
- fixed_width = true;
- }
- : toggle {
- label = "Creaci≤n fotos";
- key = "sort_slide";
- mnemonic = "e";
- fixed_width = true;
- }
- : toggle {
- label = "Regeneraciones";
- key = "sort_regens";
- mnemonic = "g";
- fixed_width = true;
- }
- : toggle {
- label = "Trazado";
- key = "sort_plot";
- mnemonic = "z";
- fixed_width = true;
- }
- : toggle {
- label = "Salida PostScript";
- key = "sort_post";
- mnemonic = "c";
- fixed_width = true;
- }
- ok_cancel;
- }
-
-